Einhugur Xml Plugin for Xojo

Node.InsertCopyBefore Method

Copies the specified node to become a child of this node by inserting the node before a specific node.

InsertCopyBefore(
   copied as EinhugurXml.Node,
   node as EinhugurXml.Node) as EinhugurXml.Node

Parameters

copied
The node to be copied.
node
Copied node will be inserted before the node in this parameter.

Returns

EinhugurXml.Node
Returns copied node, or empty node on error.

Remarks

See Also

Node Class